home *** CD-ROM | disk | FTP | other *** search
/ The Virtual Lab Series / The Virtual Lab Series (Howard Hughes Medical Institute)(BioInteractive)(2013).iso / pc / transgenic_fly / vlab2000.css < prev   
Cascading Style Sheet File  |  2012-12-10  |  4KB  |  422 lines

  1. BODY {
  2.     margin: 6px;
  3.     -webkit-text-size-adjust:none;
  4.     -webkit-user-select:yes;
  5. }
  6.  
  7. P  {
  8.  
  9.     font-weight : normal;
  10.  
  11.     font-size : 14px;
  12.  
  13.     font-family : "Helvetica","Arial";
  14.  
  15.     color : #000000;
  16.  
  17.     MARGIN: 0px
  18.  
  19. }
  20.  
  21.  
  22. P.explanation  {
  23.  
  24.     font-weight : normal;
  25.  
  26.     font-size : 14px;
  27.  
  28.     font-family : "Helvetica","Arial";
  29.  
  30.     color : #000000;
  31.  
  32.     MARGIN: 0px
  33.  
  34. }    
  35.  
  36.  
  37. P.spacer  {
  38.  
  39.     font-weight : normal;
  40.  
  41.     font-size : 14px;
  42.  
  43.     font-family : "Helvetica","Arial";
  44.  
  45.     color : #000000;
  46.  
  47.     MARGIN: -2px
  48.  
  49. }
  50.  
  51.  
  52. P.vlab_title  {
  53.  
  54.     font-weight : bold;
  55.  
  56.     font-size : 14px;
  57.  
  58.     font-family : "Helvetica","Arial";
  59.  
  60.     text-decoration : none;
  61.  
  62.     color : #006633;
  63.  
  64. }
  65.  
  66.  
  67.  
  68. P.head  {
  69.  
  70.     font-weight : bold;
  71.  
  72.     font-size : 16px;
  73.  
  74.     font-family : "Helvetica","Arial";
  75.  
  76.     color : #000000;
  77.  
  78.     MARGIN: 0px
  79.  
  80. }
  81.  
  82.  
  83.  
  84. P.subhead  {
  85.  
  86.     font-weight : bold;
  87.  
  88.     font-size : 14px;
  89.  
  90.     font-family : "Helvetica","Arial";
  91.  
  92.     color : #000000;
  93.  
  94.     MARGIN: 0px
  95.  
  96. }
  97.  
  98.  
  99.  
  100. P.caption  {
  101.  
  102.     font-weight : normal;
  103.  
  104.     font-size : 12px;
  105.  
  106.     font-family : "Helvetica","Arial";
  107.  
  108.     color : #333333;
  109.  
  110.     MARGIN: 4px
  111.  
  112. }
  113.  
  114. P.correct  {
  115.  
  116.     font-weight : normal;
  117.  
  118.     font-size : 14px;
  119.  
  120.     font-family : "Helvetica","Arial";
  121.  
  122.     color : #00CC00;
  123.  
  124.     MARGIN: 0px
  125.  
  126. }
  127.  
  128.  
  129.  
  130. P.incorrect  {
  131.  
  132.     font-weight : normal;
  133.  
  134.     font-size : 14px;
  135.  
  136.     font-family : "Helvetica","Arial";
  137.  
  138.     color : #CC0000;
  139.  
  140.     MARGIN: 0px
  141.  
  142. }
  143.  
  144.  
  145.  
  146. A:link  {
  147.  
  148.     font-weight : normal;
  149.  
  150.     font-size : 14px;
  151.  
  152.     font-family : "Helvetica","Arial";
  153.  
  154.     text-decoration : underline;
  155.  
  156.     color : #006633;
  157.  
  158.     MARGIN: 0px
  159.  
  160. }
  161.  
  162.  
  163.  
  164. A:active  {
  165.  
  166.     font-weight : normal;
  167.  
  168.     font-size : 14px;
  169.  
  170.     font-family : "Helvetica","Arial";
  171.  
  172.     text-decoration : none;
  173.  
  174.     color : #006633;
  175.  
  176.     MARGIN: 0px
  177.  
  178. }
  179.  
  180.  
  181.  
  182. A:visited  {
  183.  
  184.     font-weight : normal;
  185.  
  186.     font-size : 14px;
  187.  
  188.     font-family : "Helvetica","Arial";
  189.  
  190.     text-decoration : underline;
  191.  
  192.     color : #333366;
  193.  
  194.     MARGIN: 0px
  195.  
  196. }
  197.  
  198.  
  199.  
  200. A:hover  {
  201.  
  202.     font-weight : normal;
  203.  
  204.     font-size : 14px;
  205.  
  206.     font-family : "Helvetica","Arial";
  207.  
  208.     text-decoration : underline;
  209.  
  210.     color : #993366;
  211.  
  212.     MARGIN: 0px
  213.  
  214. }
  215.  
  216.  
  217.  
  218. A.caption:link  {
  219.  
  220.     font-weight : normal;
  221.  
  222.     font-size : 12px;
  223.  
  224.     font-family : "Helvetica","Arial";
  225.  
  226.     text-decoration : underline;
  227.  
  228.     color : #006633;
  229.  
  230.     MARGIN: 0px
  231.  
  232. }
  233.  
  234.  
  235.  
  236. A.caption:active  {
  237.  
  238.     font-weight : normal;
  239.  
  240.     font-size : 12px;
  241.  
  242.     font-family : "Helvetica","Arial";
  243.  
  244.     text-decoration : underline;
  245.  
  246.     color : #006633;
  247.  
  248.     MARGIN: 0px
  249.  
  250. }
  251.  
  252.  
  253.  
  254. A.caption:visited  {
  255.  
  256.     font-weight : normal;
  257.  
  258.     font-size : 12px;
  259.  
  260.     font-family : "Helvetica","Arial";
  261.  
  262.     text-decoration : underline;
  263.  
  264.     color : #006633;
  265.  
  266.     MARGIN: 0px
  267.  
  268. }
  269.  
  270.  
  271.  
  272. A.caption:hover  {
  273.  
  274.     font-weight : normal;
  275.  
  276.     font-size : 12px;
  277.  
  278.     font-family : "Helvetica","Arial";
  279.  
  280.     text-decoration : underline;
  281.  
  282.     color : #993366;
  283.  
  284.     MARGIN: 0px
  285.  
  286. }
  287.  
  288.  
  289.  
  290.  
  291.  
  292. H3  {
  293.  
  294.     font-weight : bold;
  295.  
  296.     font-size : 14px;
  297.  
  298.     font-family : "Helvetica","Arial";
  299.  
  300.     text-decoration : none;
  301.  
  302.     color : #006633;
  303.     
  304.     
  305.  
  306. }
  307.  
  308. H4  {
  309.  
  310.     font-weight : bold;
  311.  
  312.     font-size : 14px;
  313.  
  314.     font-family : "Helvetica","Arial";
  315.  
  316.     text-decoration : none;
  317.  
  318.     color : #006633;
  319.     
  320.     background-color: #EEEEEE;
  321.     
  322.     padding: 2px 0px 2px 10px;
  323.     
  324.     width: 98%;
  325.  
  326. }
  327.  
  328.  
  329.  
  330. H2  {
  331.  
  332.     font-weight : bold;
  333.  
  334.     font-size : 16px;
  335.  
  336.     font-family : "Helvetica","Arial";
  337.  
  338.     text-decoration : none;
  339.  
  340.     color : #006633;
  341.  
  342. }
  343.  
  344.  
  345.  
  346. H1  {
  347.  
  348.     font-weight : bold;
  349.  
  350.     font-size : 18px;
  351.  
  352.     font-family : "Helvetica","Arial";
  353.  
  354.     text-decoration : none;
  355.  
  356.     color : #006633;
  357.  
  358. }
  359.  
  360.  
  361.  
  362. li  {
  363.  
  364.     font-weight : normal;
  365.  
  366.     font-size : 14px;
  367.  
  368.     font-family : "Helvetica","Arial";
  369.  
  370.     color : #000000;
  371.  
  372.     MARGIN: 0px;
  373.     
  374.     padding-bottom: 5px;
  375. }
  376.  
  377. li.bold  {
  378.  
  379.     font-weight : bold;
  380.  
  381.     font-size : 14px;
  382.  
  383.     font-family : "Helvetica","Arial";
  384.  
  385.     color : #000000;
  386.  
  387.     MARGIN: 0px
  388.  
  389. }
  390.  
  391. ul  {
  392.  
  393.     font-weight : normal;
  394.  
  395.     font-size : 14px;
  396.  
  397.     font-family : "Helvetica","Arial";
  398.  
  399.     color : #000000;
  400.  
  401.     MARGIN: 12px
  402.  
  403. }
  404.  
  405. #XXXscroller{
  406.     z-index: 1;
  407.     height: 100%;
  408.     overflow-y: auto;
  409.     -webkit-overflow-scrolling: touch;
  410.             }
  411.  
  412.  
  413. #js-scroller {
  414.     position:absolute;
  415.     z-index:1;
  416.     top:0px; bottom:0px; left:0;
  417.     width:100%;
  418.     background:#FFF;
  419.     overflow:auto;
  420. }
  421.  
  422.